From: Colin Walters Date: Fri, 4 May 2018 01:55:54 +0000 (-0400) Subject: README: Tweak licensing description X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~205^2^2~12 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=490cfbe2262d6e3d4a4a873986fbc80c2b084629;p=ostree.git README: Tweak licensing description Basically it wasn't clear that the man pages and API doc remain LGPLv2. Closes: https://github.com/ostreedev/ostree/issues/1456 Closes: #1574 Approved by: smcv --- diff --git a/README.md b/README.md index 485bc26d..c54151d1 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,10 @@ Licensing The licensing for the *code* of libostree can be canonically found in the individual files; and the overall status in the [COPYING](https://github.com/ostreedev/ostree/blob/master/COPYING) -file in the source. Currently, that's LGPLv2+. +file in the source. Currently, that's LGPLv2+. This also covers the man pages and API docs. -The license for the *documentation* of libostree is: `SPDX-License-Identifier: (CC-BY-SA-3.0 OR GFDL-1.3-or-later)` +The license for the manual documentation in the `doc/` directory is: +`SPDX-License-Identifier: (CC-BY-SA-3.0 OR GFDL-1.3-or-later)` +This is intended to allow use by Wikipedia and other projects. + +In general, files should have a `SPDX-License-Identifier` and that is canonical.